Proper connect_port
[juce-lv2.git] / juce / source / extras / the jucer / src / utility / jucer_Colours.h
blob63f562cd0bd2393e9e32619dc92ebbd99543861c
1 /*
2 ==============================================================================
4 This file is part of the JUCE library - "Jules' Utility Class Extensions"
5 Copyright 2004-11 by Raw Material Software Ltd.
7 ------------------------------------------------------------------------------
9 JUCE can be redistributed and/or modified under the terms of the GNU General
10 Public License (Version 2), as published by the Free Software Foundation.
11 A copy of the license is included in the JUCE distribution, or can be found
12 online at www.gnu.org/licenses.
14 JUCE is distributed in the hope that it will be useful, but WITHOUT ANY
15 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16 A PARTICULAR PURPOSE. See the GNU General Public License for more details.
18 ------------------------------------------------------------------------------
20 To release a closed-source product which uses JUCE, commercial licenses are
21 available: visit www.rawmaterialsoftware.com/juce for more information.
23 ==============================================================================
26 COL(black)
27 COL(white)
28 COL(blue)
29 COL(grey)
30 COL(green)
31 COL(red)
32 COL(yellow)
33 COL(aliceblue)
34 COL(antiquewhite)
35 COL(aqua)
36 COL(aquamarine)
37 COL(azure)
38 COL(beige)
39 COL(bisque)
40 COL(blanchedalmond)
41 COL(blueviolet)
42 COL(brown)
43 COL(burlywood)
44 COL(cadetblue)
45 COL(chartreuse)
46 COL(chocolate)
47 COL(coral)
48 COL(cornflowerblue)
49 COL(cornsilk)
50 COL(crimson)
51 COL(cyan)
52 COL(darkblue)
53 COL(darkcyan)
54 COL(darkgoldenrod)
55 COL(darkgrey)
56 COL(darkgreen)
57 COL(darkkhaki)
58 COL(darkmagenta)
59 COL(darkolivegreen)
60 COL(darkorange)
61 COL(darkorchid)
62 COL(darkred)
63 COL(darksalmon)
64 COL(darkseagreen)
65 COL(darkslateblue)
66 COL(darkslategrey)
67 COL(darkturquoise)
68 COL(darkviolet)
69 COL(deeppink)
70 COL(deepskyblue)
71 COL(dimgrey)
72 COL(dodgerblue)
73 COL(firebrick)
74 COL(floralwhite)
75 COL(forestgreen)
76 COL(fuchsia)
77 COL(gainsboro)
78 COL(gold)
79 COL(goldenrod)
80 COL(greenyellow)
81 COL(honeydew)
82 COL(hotpink)
83 COL(indianred)
84 COL(indigo)
85 COL(ivory)
86 COL(khaki)
87 COL(lavender)
88 COL(lavenderblush)
89 COL(lemonchiffon)
90 COL(lightblue)
91 COL(lightcoral)
92 COL(lightcyan)
93 COL(lightgoldenrodyellow)
94 COL(lightgreen)
95 COL(lightgrey)
96 COL(lightpink)
97 COL(lightsalmon)
98 COL(lightseagreen)
99 COL(lightskyblue)
100 COL(lightslategrey)
101 COL(lightsteelblue)
102 COL(lightyellow)
103 COL(lime)
104 COL(limegreen)
105 COL(linen)
106 COL(magenta)
107 COL(maroon)
108 COL(mediumaquamarine)
109 COL(mediumblue)
110 COL(mediumorchid)
111 COL(mediumpurple)
112 COL(mediumseagreen)
113 COL(mediumslateblue)
114 COL(mediumspringgreen)
115 COL(mediumturquoise)
116 COL(mediumvioletred)
117 COL(midnightblue)
118 COL(mintcream)
119 COL(mistyrose)
120 COL(navajowhite)
121 COL(navy)
122 COL(oldlace)
123 COL(olive)
124 COL(olivedrab)
125 COL(orange)
126 COL(orangered)
127 COL(orchid)
128 COL(palegoldenrod)
129 COL(palegreen)
130 COL(paleturquoise)
131 COL(palevioletred)
132 COL(papayawhip)
133 COL(peachpuff)
134 COL(peru)
135 COL(pink)
136 COL(plum)
137 COL(powderblue)
138 COL(purple)
139 COL(rosybrown)
140 COL(royalblue)
141 COL(saddlebrown)
142 COL(salmon)
143 COL(sandybrown)
144 COL(seagreen)
145 COL(seashell)
146 COL(sienna)
147 COL(silver)
148 COL(skyblue)
149 COL(slateblue)
150 COL(slategrey)
151 COL(snow)
152 COL(springgreen)
153 COL(steelblue)
154 COL(tan)
155 COL(teal)
156 COL(thistle)
157 COL(tomato)
158 COL(turquoise)
159 COL(violet)
160 COL(wheat)
161 COL(whitesmoke)
162 COL(yellowgreen)